log

Polymorphic logging function. Prints to the console when unit testing and on Linux, otherwise uses the system logger on Windows.

@trusted
void
log
(
string file = __FILE__
size_t line = __LINE__
string funcName = __FUNCTION__
string prettyFuncName = __PRETTY_FUNCTION__
string moduleName = __MODULE__
A...
)
(
auto ref A args
)

Meta